home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 97 / CD-ROM 97 / CD-ROM 97.iso / jogos / spherical / Neurosis.log < prev    next >
Encoding:
Text File  |  2002-08-15  |  1.8 KB  |  49 lines

  1. |-----------------|
  2. | NEUROSIS ENGINE |
  3. |-----------------|
  4.  
  5. v1.12 (August 15th 2002)
  6. ------------------------
  7. Made a vector class and added vector additional functions.
  8. Added proper sphere collision algorithms.
  9. Cleaned up vector code.
  10. Fixed an error in Get_Distance().
  11. Camera update now includes updating position.
  12. Took out Cull Testing so older stuff doesn't screw up.
  13. Added Collision_Through_2D() to collide.h (from hockey game).
  14.  
  15. v1.11 (August 2nd 2002)
  16. -----------------------
  17. Fixed up a bunch of naming conventions (_2D).
  18. Changed the quad stuff to draw counter-clockwise.
  19. Added ' " ! to font table.
  20. Makes sure Set_Size in polygon class checks for size <= 0.
  21. Added Get_Texture_Image() to polygon class.
  22. Oct_Tree now copies over the alpha and mesh values.
  23.  
  24. v1.10 (July 23rd 2002)
  25. ----------------------
  26. Set_Size() now catches smaller new size.
  27. All functions now use memory manager to get/change memory.
  28. Change_Size() changed to Set_Size() and now copies the info properly.
  29. Added Oct-Tree type thing that moves triangles according to bounds.
  30. Texture binding now checks last bound texture (+3-5 fps).
  31. Removed rotate stuff for object4 class.
  32. List count is accessed by Get_List() and Set_List().
  33. Cleaned up input classes - changed to mouse and controller.
  34. Keyboard keys can now be mapped.
  35. Changed input classed.
  36. Cleaned up memory leaks.
  37. Made rotate for objects faster.
  38. Font and windows stuff now in window class.
  39. Rebuilt texture pathway.
  40. Fixed up camera code and put that into camera class.
  41. Moved most of the controller stuff to input class.
  42. Moved timing stuff to input class.
  43. Fonts now print way faster.
  44. Rewrote how font is shown (320,-320 left/right, 240,-240 top/down).
  45. Timing should now work on older computers.
  46.  
  47. v1.00 (June 25th 2002)
  48. ----------------------
  49. Decided to name it so started this log.